/*
    Theme: Jugendpresse Rheinland e.V. (basierend auf LLC Vanilla)
    Finale Version v4 mit abgerundeten Icons
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box; 
}
.column {
    position: center;
    width: 100%;
    float: center;
    box-sizing: border-box; 
}
  
/* For devices larger than 400px */
@media (min-width: 400px) {
    .container {
      width: 85%;
      padding: 0; 
    }
}
  
/* For devices larger than 550px */
@media (min-width: 550px) {
    .container {
      width: 80%; 
    }
    .column,
    .columns {
      margin-left: 0; 
    }
    .column:first-child,
    .columns:first-child {
      margin-left: 0; 
    }
}
  
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    font-size: 100%; 
}

body {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    background: #F5F2F3; /* Helles Grau aus der Farbpalette */
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; /* Proxima Nova als primäre Schriftart */
    color: #333333; /* Dunkler Text für besseren Kontrast */
}
  
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 800; 
}
h1 { 
    font-size:24px; 
    line-height: 64px; 
    letter-spacing: 0;
}
  
/* Larger than phablet */
@media (min-width: 550px) {
    h1 { font-size: 48px; line-height: 96px;}
}
  
p {
    margin-top: 0; 
}
  
/* Links & Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #FF2E54; /* JPR Primär-Pink */
    text-decoration: none;
}
a:hover {
    color: #F47B91; /* JPR Sekundär-Pink */
}
  
.social-icon {
    font-size: 32px;
    padding: 10px;
    color: #FF2E54; /* JPR Primär-Pink für Social Icons */
}
.social-icon-div {
    padding-bottom: 30px;
}

.icon {
    border-radius: 3px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* 1. Macht den Animations-Container unsichtbar */
.button-entrance {
    background: transparent;
    border: none;
}

/* 2. Formatiert alle Standard-Buttons */
.button, .button.button-custom {
    background-color: #FF2E54; /* JPR Primär-Pink */
    background-image: none; /* Entfernt das Standard-Hintergrundbild */
    color: #FFFFFF;
    border: none;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 1rem 0;
    transition: background-color 0.3s ease;
}

/* 3. Hover-Effekt für alle Standard-Buttons */
.button:hover, .button.button-custom:hover {
    background-color: #F47B91; /* JPR Sekundär-Pink */
    color: #FFFFFF;
}

/* 4. Spezielle Klasse für Website-Buttons mit hellerem Pink */
.button.button-custom_website {
    background-color: #F47B91; /* Hellere Pink-Variante */
}

/* 5. Hover-Effekt für die speziellen Website-Buttons */
.button.button-custom_website:hover {
    background-color: #FF2E54; /* Dunkler zum normalen Primär-Pink */
}

/* 6. Spezielle Klassen für Default-Buttons in Dunkelgrau */
.button.button-default, .button.button-openstreetmap {
    background-color: #1b1c1d; /* Sehr dunkles Grau */
    color: #FFFFFF;
}

/* 7. Hover-Effekt für die grauen Buttons */
.button.button-default:hover, .button.button-openstreetmap:hover {
    background-color: #2c2d2f; /* Etwas helleres Grau */
}


/* Spacing & Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
    margin-bottom: 1rem; 
}
input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem; 
}
pre,
blockquote,
dl,
figure,
p,
ol {
    margin-bottom: 2.5rem; 
}
  
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1; 
}

/* Credit footer & Footer Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.credit-txt {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}
.credit-txt-clr, .footer a {
    color: #FF2E54;
}
.footer a:hover {
    color: #F47B91;
}